-
Notifications
You must be signed in to change notification settings - Fork 278
chore(fortuna)-add-network-id-api #2904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
contract_addr: format!("0x{:x}", chain.contract_addr), | ||
reveal_delay_blocks: chain.reveal_delay_blocks, | ||
gas_limit: chain.gas_limit, | ||
fee: chain.fee, | ||
default_fee: chain.fee, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the default fee going to be used for? shouldn't we show up to date fees using getFeeV2()?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the default fee won't be used. I will use getFeeV2(). I realized it today after our discussion. But keeping it here won't be harmful.
Summary
Rationale
How has this been tested?